home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Champak 106
/
Vol 106.iso
/
games
/
guitar_g.swf
/
scripts
/
DefineButton2_424
/
BUTTONCONDACTION on(release).as
Wrap
Text File
|
2010-04-12
|
120b
|
9 lines
on(release){
gotoAndStop(6);
stopAllSounds();
tellTarget("bg_sound")
{
gotoAndPlay(2);
}
}